home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3029 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: genesis.CS.Berkeley.EDU!qnguyen
  2. From: qnguyen@genesis.CS.Berkeley.EDU (Quoc Nguyen)
  3. Newsgroups: comp.lang.c++
  4. Subject: BC45: Setup Program
  5. Date: 21 Jan 1996 19:29:40 GMT
  6. Organization: University of California, Berkeley
  7. Message-ID: <4du474$8bu@agate.berkeley.edu>
  8. NNTP-Posting-Host: genesis.cs.berkeley.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. Hi,
  13.  
  14. I wrote a windows setup program that basically copies the files of an 
  15. application to the hard drive.  The application takes up 13 megabytes of 
  16. disk space.  The setup program runs fine if I install from the hard drive to 
  17. the hard drive, but when I put the files on floppies, I get a disk read error 
  18. on the 5th disk.  I know there's nothing wrong with the disk itself.  I think
  19. the problem might have something to do with windows unable to keep track of
  20. more than 4 floppies at once.  Any ideas how to fix this?
  21.  
  22. Also, how to software distributors pack files on floppies, so that all the
  23. floppy disk space is used?  Pkzip works, but it doesn't work well as a
  24. setup program.
  25.  
  26. Thanks,
  27.  
  28. Quoc
  29.